home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 4
/
Amiga Tools 4.iso
/
tools
/
wb-enhancement
/
screenmaster
/
catalogs
/
screenbacker.cd
next >
Wrap
Text File
|
1995-07-09
|
6KB
|
306 lines
#language english
#version 1
;
; version $VER: ScreenBacker.cd 1.00 (8.7.95)
;
; Catalog description file for ScreenBacker (SB).
;
; Translators: read "Translators.readme" for instructions.
;
;*************************************************************************
; Initialization Strings
;*************************************************************************
;
NOMEMMSG (//)
Not enough memory available!
;
;
NOLIBMSG (//)
Couldn't open %s V%lu!
;
; <%s = libraryname, %lu = libraryversion>
;
NOEXICONMSG (//)
Couldn't access icon\n'%s'\nto read tooltypes!
;
; <%s = iconname>
;
BADBOOLTOOLMSG (//)
Invalid value '%s'\nfor boolean keyword '%s'.\nPlease specify a value of\nYES, NO, TRUE or FALSE.
;
; <%s = user's value, %s = keyword>
;
BADSTRTOOLMSG (//)
Invalid value for string keyword '%s'.\nPlease supply an unquoted value for this keyword.
;
; <%s = keyword>
;
BADINTTOOLMSG (//)
Invalid value '%s'\nfor integer keyword '%s'.\nPlease supply an integer value.
;
; <%s = user's value, %s = keyword>
;
BADHEXTOOLMSG (//)
Invalid value '%s'\nfor hex keyword '%s'.\nPlease supply a hexadecimal value.
;
; <%s = user's value, %s = keyword>
;
BADKEYTOOLMSG (//)
Invalid value '%s'\nfor keyword '%s'.\nPlease supply one of:\n%s.
;
; <%s = user's value> <%s = keyword> <%s = valid values>
;
NOCXOBJMSG (//)
Couldn't create commodity broker!
;
;
;*************************************************************************
; Requester title & gadget strings
;*************************************************************************
;
INFORMTITLEMSG (//)
Message from ScreenBacker
;
;
INFORMOKAYMSG (//)
OK
;
;
LOADPALTITLEMSG (//)
Load Palette File
;
;
SAVEPALTITLEMSG (//)
Save Palette File
;
;
PALREQTITLEMSG (//)
Change Screen Palette
;
;
COMMDESCMSG (//40)
Adds menus/patterns to public screens.
;
; <this is the commodity description string>
;
;*************************************************************************
; Messages related to the reading/writing of IFF and menu def files.
;*************************************************************************
;
NOBMHDMSG (//)
Couldn't find a bitmap\nheader (BMHD chunk) in file\n'%s'!
;
; <%s = filename>
;
BADBMHDMSG (//)
Invalid bitmap header\n(BMHD chunk) in file\n'%s'!
;
; <%s = filename>
;
NOBODYMSG (//)
Couldn't find any bitmap\ndata (BODY chunk) in file\n'%s'!
;
; <%s = filename>
;
BADBODYMSG (//)
Corrupt bitmap data\n(BODY chunk) in file\n'%s'!
;
; <%s = filename>
;
NOSCRPTRNMSG (//)
Couldn't find any screen\npattern data in file\n'%s'!
;
; <%s = filename>
;
BADPATTERNMSG (//)
File '%s' doesn't appear\nto be a valid pattern or ILBM!
;
; <%s = filename>
;
BADPALETTEMSG (//)
File '%s' doesn't appear\nto be a valid palette or ILBM!
;
; <%s = filename>
;
NOOPENFILEMSG (//)
Couldn't open file\n'%s'!
;
; <%s = filename>
;
NOREADFILEMSG (//)
Couldn't read from file\n'%s'!
;
; <%s = filename>
;
NOWRITEFILEMSG (//)
Couldn't write to file\n'%s'!
;
; <%s = filename>
;
NOIFFMEMMSG (//)
Not enough memory to process IFF file\n'%s'!
;
; <%s = filename>
;
NOTIFFMSG (//)
'%s'\nis not a valid IFF file!
;
; <%s = filename>
;
OTHERIFFMSG (//)
Couldn't process IFF file\n'%s'!\nAn unrecognized error occurred.
;
; <%s = filename>
;
;*************************************************************************
; Messages related to OPEN/CLOSE/etc ARexx commands.
;*************************************************************************
;
BADCOMMANDMSG (//)
Couldn't parse ARexx command:\n'%s'\nError: %s
;
; <%s = ARexx cmd, %s = DOS errmsg>
;
NOSETDEFPSMSG (//)
Couldn't set '%s'\nto be the default public screen!\nIt may be private or closed.\n'%s' is still the default.
;
; <%s = pubscrname> <%s = pubscrname>
;
NOBACKWINMSG (//)
Couldn't open backdrop window on\npublic screen '%s'!
;
; <%s = pubscrname>
;
NOFINDPUBSCRMSG (//)
Couldn't find a public screen named\n'%s',\nor it is currently private!
;
; <%s = pubscrname>
;
NOFINDBACKWINMSG (//)
Couldn't find a public screen named\n'%s',\nor there is no backdrop window on that screen.
;
; <%s = pubscrname>
;
BACKALREADYMSG (//)
A backdrop window is already\npresent on public screen\n'%s'.
;
; <%s = pubscrname>
;
NOMENUORPATMSG (//)
Illegal OPEN command: no menu or pattern specified.
;
;
BADMENUMSG (//)
Couldn't parse menu definition:\n%sError: %s
;
; <%s = menu definition, %s = DOS errmsg>
; <NB: deliberately no \n after menudef in above>
;
CANNOTQUITMSG (//)
Sorry, ScreenBacker cannot quit right now, because\nit is still in charge of one or more backdrop windows.
;
;
NOHOSTMSG (//)
Couldn't send command to ARexx host\n'%s': host port not found!
;
; <%s = portname>
;
NORUNPROGMSG (//)
Couldn't launch program\n'%s'!
;
; <%s = filename>
;
NOCLOSEPSMSG (//)
Couldn't close public screen\n'%s'!\nIt has visitor windows open on it.
;
; <%s = pubscrname>
;
;*************************************************************************
; Messages related to launching of commands via custom menu.
;*************************************************************************
;
NOLAUNCHMSG (//)
Couldn't launch command!\nReturn code: %ld
; <%ld = DOS error code returned by System()>
;
NOCURDIRMSG (//)
Couldn't set current directory\n'%s'\nfor command!
; <%s = dirname>
;
NOOUTPUTMSG (//)
Couldn't open output\n'%s'\nfor command!
; <%s = filename>
;
;
;*************************************************************************
; Menu labels and keys for backdrop windows attached to public screens.
;*************************************************************************
;
PSPROJECTMENULAB (//)
Project
;
;
PSOPENMENULAB (//)
Open Interface
;
;
PSOPENMENUKEY (/1/1)
O
;
;
PSSETDEFMENULAB (//)
Make Default
;
;
PSSETDEFMENUKEY (/1/1)
D
;
;
PSPALREQMENULAB (//)
Set Palette...
;
;
PSPALREQMENUKEY (/1/1)
P
;
;
PSLOADMENULAB (//)
Load Palette...
;
;
PSLOADMENUKEY (/1/1)
L
;
;
PSSAVEMENULAB (//)
Save Palette...
;
;
PSSAVEMENUKEY (/1/1)
S
;
;
PSABOUTMENULAB (//)
About...
;
;
PSABOUTMENUKEY (/1/1)
?
;
;
PSCLOSEWINMENULAB (//)
Close Backdrop
;
;
PSCLOSEWINMENUKEY (/1/1)
K
;
;
PSCLOSESCRMENULAB (//)
Close Screen
;
;
PSCLOSESCRMENUKEY (/1/1)
Q
;